home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Sample Code / Snippets / QuickDraw / RotateString / RotateString Lib ƒ / Rotate code / RotateString.h < prev   
Encoding:
Text File  |  1994-02-09  |  128 b   |  4 lines  |  [TEXT/KAHL]

  1. typedef enum { clockWise, counterClockWise } rotDir;
  2.  
  3. pascal OSErr RotateString( Str255 str, BitMap *destMap, short direction);
  4.